SignupUiState

data class SignupUiState(val email: String = "", val password: String = "", val password_: String = "")

Represents the UI state for the signup screen.

Constructors

Link copied to clipboard
constructor(email: String = "", password: String = "", password_: String = "")

Properties

Link copied to clipboard

The email input by the user.

Link copied to clipboard

The password input by the user.

Link copied to clipboard

The verification password input by the user.